home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / demo / MATH / _SETUP.1 / Abt_math.exe / 0 / RCDATA / TCRARAFRM / TCRARAFRM.txt < prev   
Encoding:
Text File  |  2000-07-28  |  10.9 KB  |  445 lines

  1. object CrAraFrm: TCrAraFrm
  2.   Left = 123
  3.   Top = 82
  4.   BorderStyle = bsDialog
  5.   Caption = 'Cari Arama'
  6.   ClientHeight = 443
  7.   ClientWidth = 637
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 637
  26.     Height = 96
  27.     Align = alTop
  28.   end
  29.   object CariGrid: TDBGrid
  30.     Left = 0
  31.     Top = 96
  32.     Width = 637
  33.     Height = 205
  34.     Align = alClient
  35.     DataSource = CarDM.CrkSource
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgCancelOnExit]
  42.     ParentFont = False
  43.     ReadOnly = True
  44.     TabOrder = 1
  45.     TitleFont.Charset = DEFAULT_CHARSET
  46.     TitleFont.Color = clMaroon
  47.     TitleFont.Height = -11
  48.     TitleFont.Name = 'Arial'
  49.     TitleFont.Style = [fsBold]
  50.     OnDblClick = CariGridDblClick
  51.     Columns = <
  52.       item
  53.         Expanded = False
  54.         FieldName = 'CarNo'
  55.         Title.Caption = 'Cari no'
  56.         Title.Font.Charset = DEFAULT_CHARSET
  57.         Title.Font.Color = clMaroon
  58.         Title.Font.Height = -11
  59.         Title.Font.Name = 'MS Sans Serif'
  60.         Title.Font.Style = [fsBold]
  61.         Width = 73
  62.         Visible = True
  63.       end
  64.       item
  65.         Expanded = False
  66.         FieldName = 'CUnvan'
  67.         Title.Caption = 'Cari ∩┐╜nvan∩┐╜'
  68.         Title.Font.Charset = DEFAULT_CHARSET
  69.         Title.Font.Color = clMaroon
  70.         Title.Font.Height = -11
  71.         Title.Font.Name = 'MS Sans Serif'
  72.         Title.Font.Style = [fsBold]
  73.         Width = 181
  74.         Visible = True
  75.       end
  76.       item
  77.         Expanded = False
  78.         FieldName = 'Bakiye'
  79.         Title.Caption = 'Bor∩┐╜-alacak'
  80.         Title.Font.Charset = DEFAULT_CHARSET
  81.         Title.Font.Color = clMaroon
  82.         Title.Font.Height = -11
  83.         Title.Font.Name = 'MS Sans Serif'
  84.         Title.Font.Style = [fsBold]
  85.         Width = 127
  86.         Visible = True
  87.       end
  88.       item
  89.         Expanded = False
  90.         FieldName = 'il'
  91.         Title.Caption = '∩┐╜l'
  92.         Title.Font.Charset = DEFAULT_CHARSET
  93.         Title.Font.Color = clMaroon
  94.         Title.Font.Height = -11
  95.         Title.Font.Name = 'MS Sans Serif'
  96.         Title.Font.Style = [fsBold]
  97.         Width = 98
  98.         Visible = True
  99.       end
  100.       item
  101.         Expanded = False
  102.         FieldName = 'Tel1'
  103.         Title.Caption = 'Telefon'
  104.         Title.Font.Charset = DEFAULT_CHARSET
  105.         Title.Font.Color = clMaroon
  106.         Title.Font.Height = -11
  107.         Title.Font.Name = 'MS Sans Serif'
  108.         Title.Font.Style = [fsBold]
  109.         Width = 95
  110.         Visible = True
  111.       end>
  112.   end
  113.   object GroupBox1: TGroupBox
  114.     Left = 3
  115.     Top = -1
  116.     Width = 327
  117.     Height = 94
  118.     Caption = 'Arama ∩┐╜ekli'
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clMaroon
  121.     Font.Height = -11
  122.     Font.Name = 'Arial'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.     TabOrder = 0
  126.     object Bevel2: TBevel
  127.       Left = 6
  128.       Top = 63
  129.       Width = 317
  130.       Height = 28
  131.     end
  132.     object AraLab: TLabel
  133.       Left = 12
  134.       Top = 71
  135.       Width = 45
  136.       Height = 14
  137.       Caption = 'Aranan :'
  138.     end
  139.     object CrKodAra: TRadioButton
  140.       Left = 21
  141.       Top = 14
  142.       Width = 133
  143.       Height = 17
  144.       Caption = 'Koda g∩┐╜re s∩┐╜ral∩┐╜'
  145.       Checked = True
  146.       Font.Charset = DEFAULT_CHARSET
  147.       Font.Color = clNavy
  148.       Font.Height = -11
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = [fsBold]
  151.       ParentFont = False
  152.       TabOrder = 0
  153.       TabStop = True
  154.       OnClick = CrKodAraClick
  155.     end
  156.     object CrAdAra: TRadioButton
  157.       Left = 21
  158.       Top = 28
  159.       Width = 149
  160.       Height = 17
  161.       Caption = '∩┐╜nvana g∩┐╜re s∩┐╜ral∩┐╜'
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clNavy
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = [fsBold]
  167.       ParentFont = False
  168.       TabOrder = 1
  169.       OnClick = CrAdAraClick
  170.     end
  171.     object AraNo: TEdit
  172.       Left = 64
  173.       Top = 68
  174.       Width = 248
  175.       Height = 19
  176.       CharCase = ecUpperCase
  177.       Ctl3D = False
  178.       Font.Charset = DEFAULT_CHARSET
  179.       Font.Color = clBlack
  180.       Font.Height = -12
  181.       Font.Name = 'MS Sans Serif'
  182.       Font.Style = [fsBold]
  183.       ParentCtl3D = False
  184.       ParentFont = False
  185.       TabOrder = 2
  186.       Text = 'ARANO'
  187.       OnChange = AraNoChange
  188.     end
  189.     object OzelAdRBtn: TRadioButton
  190.       Left = 21
  191.       Top = 48
  192.       Width = 140
  193.       Height = 12
  194.       Caption = '∩┐╜zel ada g∩┐╜re s∩┐╜ral∩┐╜'
  195.       Font.Charset = DEFAULT_CHARSET
  196.       Font.Color = clNavy
  197.       Font.Height = -11
  198.       Font.Name = 'Arial'
  199.       Font.Style = [fsBold]
  200.       ParentFont = False
  201.       TabOrder = 3
  202.       OnClick = OzelAdRBtnClick
  203.     end
  204.     object OzelAdlar: TComboBox
  205.       Left = 162
  206.       Top = 37
  207.       Width = 150
  208.       Height = 22
  209.       Style = csDropDownList
  210.       ItemHeight = 14
  211.       TabOrder = 4
  212.       OnChange = OzelAdlarChange
  213.     end
  214.   end
  215.   object GroupBox2: TGroupBox
  216.     Left = 331
  217.     Top = 3
  218.     Width = 233
  219.     Height = 90
  220.     Caption = '∩┐╜zleme filtresi'
  221.     Font.Charset = DEFAULT_CHARSET
  222.     Font.Color = clMaroon
  223.     Font.Height = -11
  224.     Font.Name = 'Arial'
  225.     Font.Style = [fsBold]
  226.     ParentFont = False
  227.     TabOrder = 2
  228.     object HepsiRadio: TRadioButton
  229.       Left = 12
  230.       Top = 17
  231.       Width = 65
  232.       Height = 17
  233.       Caption = 'Hepsi'
  234.       Checked = True
  235.       Font.Charset = DEFAULT_CHARSET
  236.       Font.Color = clNavy
  237.       Font.Height = -11
  238.       Font.Name = 'MS Sans Serif'
  239.       Font.Style = [fsBold]
  240.       ParentFont = False
  241.       TabOrder = 0
  242.       TabStop = True
  243.       OnClick = HepsiRadioClick
  244.     end
  245.     object BorcRadio: TRadioButton
  246.       Left = 12
  247.       Top = 34
  248.       Width = 149
  249.       Height = 17
  250.       Caption = 'Sadece bor∩┐╜lular'
  251.       Font.Charset = DEFAULT_CHARSET
  252.       Font.Color = clNavy
  253.       Font.Height = -11
  254.       Font.Name = 'MS Sans Serif'
  255.       Font.Style = [fsBold]
  256.       ParentFont = False
  257.       TabOrder = 1
  258.       OnClick = BorcRadioClick
  259.     end
  260.     object AlacakRadio: TRadioButton
  261.       Left = 12
  262.       Top = 50
  263.       Width = 161
  264.       Height = 17
  265.       Caption = 'Sadece alacakl∩┐╜lar'
  266.       Font.Charset = DEFAULT_CHARSET
  267.       Font.Color = clNavy
  268.       Font.Height = -11
  269.       Font.Name = 'MS Sans Serif'
  270.       Font.Style = [fsBold]
  271.       ParentFont = False
  272.       TabOrder = 2
  273.       OnClick = AlacakRadioClick
  274.     end
  275.     object RadioButton1: TRadioButton
  276.       Left = 12
  277.       Top = 68
  278.       Width = 113
  279.       Height = 15
  280.       Caption = 'Sadece ∩┐╜ehir'
  281.       Font.Charset = DEFAULT_CHARSET
  282.       Font.Color = clNavy
  283.       Font.Height = -11
  284.       Font.Name = 'MS Sans Serif'
  285.       Font.Style = [fsBold]
  286.       ParentFont = False
  287.       TabOrder = 3
  288.       OnClick = RadioButton1Click
  289.     end
  290.   end
  291.   object Panel3: TPanel
  292.     Left = 564
  293.     Top = 9
  294.     Width = 44
  295.     Height = 84
  296.     BevelInner = bvRaised
  297.     BevelOuter = bvLowered
  298.     TabOrder = 4
  299.     object TamamBtn: TBitBtn
  300.       Left = 4
  301.       Top = 4
  302.       Width = 36
  303.       Height = 36
  304.       Caption = 'Se∩┐╜'
  305.       Font.Charset = DEFAULT_CHARSET
  306.       Font.Color = clBlack
  307.       Font.Height = -9
  308.       Font.Name = 'MS Sans Serif'
  309.       Font.Style = []
  310.       ParentFont = False
  311.       TabOrder = 0
  312.       TabStop = False
  313.       OnClick = TamamBtnClick
  314.       Kind = bkOK
  315.       Layout = blGlyphTop
  316.       Margin = 0
  317.       Spacing = 1
  318.     end
  319.     object VazgecBtn: TBitBtn
  320.       Left = 4
  321.       Top = 42
  322.       Width = 36
  323.       Height = 36
  324.       Caption = 'Vazge∩┐╜'
  325.       Font.Charset = DEFAULT_CHARSET
  326.       Font.Color = clBlack
  327.       Font.Height = -9
  328.       Font.Name = 'MS Sans Serif'
  329.       Font.Style = []
  330.       ParentFont = False
  331.       TabOrder = 1
  332.       TabStop = False
  333.       OnClick = VazgecBtnClick
  334.       Kind = bkCancel
  335.       Layout = blGlyphTop
  336.       Margin = 0
  337.       Spacing = 1
  338.     end
  339.   end
  340.   object CHarGrid: TDBGrid
  341.     Left = 0
  342.     Top = 301
  343.     Width = 637
  344.     Height = 142
  345.     Align = alBottom
  346.     DataSource = CarDM.CrhSource
  347.     Font.Charset = DEFAULT_CHARSET
  348.     Font.Color = clMaroon
  349.     Font.Height = -11
  350.     Font.Name = 'MS Sans Serif'
  351.     Font.Style = [fsBold]
  352.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  353.     ParentFont = False
  354.     ReadOnly = True
  355.     TabOrder = 3
  356.     TitleFont.Charset = DEFAULT_CHARSET
  357.     TitleFont.Color = clWindowText
  358.     TitleFont.Height = -13
  359.     TitleFont.Name = 'MS Sans Serif'
  360.     TitleFont.Style = []
  361.     Columns = <
  362.       item
  363.         Expanded = False
  364.         FieldName = 'CrhTar'
  365.         Title.Caption = 'Har.tarihi'
  366.         Title.Font.Charset = DEFAULT_CHARSET
  367.         Title.Font.Color = clNavy
  368.         Title.Font.Height = -11
  369.         Title.Font.Name = 'MS Sans Serif'
  370.         Title.Font.Style = [fsBold]
  371.         Visible = True
  372.       end
  373.       item
  374.         Expanded = False
  375.         FieldName = 'CrVTar'
  376.         Title.Caption = 'Vade tar.'
  377.         Title.Font.Charset = DEFAULT_CHARSET
  378.         Title.Font.Color = clNavy
  379.         Title.Font.Height = -11
  380.         Title.Font.Name = 'MS Sans Serif'
  381.         Title.Font.Style = [fsBold]
  382.         Visible = True
  383.       end
  384.       item
  385.         Expanded = False
  386.         FieldName = 'fistip'
  387.         Title.Caption = 'Fi∩┐╜ tipi'
  388.         Title.Font.Charset = DEFAULT_CHARSET
  389.         Title.Font.Color = clNavy
  390.         Title.Font.Height = -11
  391.         Title.Font.Name = 'MS Sans Serif'
  392.         Title.Font.Style = [fsBold]
  393.         Width = 98
  394.         Visible = True
  395.       end
  396.       item
  397.         Expanded = False
  398.         FieldName = 'CrFNo'
  399.         Title.Caption = 'Fi∩┐╜ no'
  400.         Title.Font.Charset = DEFAULT_CHARSET
  401.         Title.Font.Color = clNavy
  402.         Title.Font.Height = -11
  403.         Title.Font.Name = 'MS Sans Serif'
  404.         Title.Font.Style = [fsBold]
  405.         Width = 84
  406.         Visible = True
  407.       end
  408.       item
  409.         Expanded = False
  410.         FieldName = 'Acikla'
  411.         Title.Caption = 'A∩┐╜∩┐╜klama'
  412.         Title.Font.Charset = DEFAULT_CHARSET
  413.         Title.Font.Color = clNavy
  414.         Title.Font.Height = -11
  415.         Title.Font.Name = 'MS Sans Serif'
  416.         Title.Font.Style = [fsBold]
  417.         Width = 109
  418.         Visible = True
  419.       end
  420.       item
  421.         Expanded = False
  422.         FieldName = 'CrBA'
  423.         Title.Caption = 'T'
  424.         Title.Font.Charset = DEFAULT_CHARSET
  425.         Title.Font.Color = clNavy
  426.         Title.Font.Height = -11
  427.         Title.Font.Name = 'MS Sans Serif'
  428.         Title.Font.Style = [fsBold]
  429.         Width = 15
  430.         Visible = True
  431.       end
  432.       item
  433.         Expanded = False
  434.         FieldName = 'Tutar'
  435.         Title.Font.Charset = DEFAULT_CHARSET
  436.         Title.Font.Color = clNavy
  437.         Title.Font.Height = -11
  438.         Title.Font.Name = 'MS Sans Serif'
  439.         Title.Font.Style = [fsBold]
  440.         Width = 137
  441.         Visible = True
  442.       end>
  443.   end
  444. end
  445.